home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 36 / Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso / -seriously_amiga- / wb / iconcopy / iconcopy.readme < prev    next >
Text File  |  1998-12-02  |  2KB  |  63 lines

  1. Short:    Shell Command to copy icons
  2. Author:   sebauer@t-online.de (Sebastian Bauer)
  3. Uploader: sebauer@t-online.de (Sebastian Bauer)
  4. Version:  1.0
  5. Type:     util/cli
  6. Requires: OS 2.0
  7. Kurz:     Shell Befehl um Icons zu kopieren
  8.  
  9. IconCopy is a small and simple shell command to copy a icon image
  10. from a source to a destination. No tooltypes will be overwritten if
  11. there is already an icon at destination. If available it uses the
  12. newicon.library.
  13.  
  14. I wrote it because I needed something like this for the Installation
  15. Script of SimpleFind. The installer itself cannot do this at this
  16. moment (I think) and so IconCopy was born.
  17.  
  18. Feel free to use and spread it.
  19.  
  20.  
  21. Usage
  22. ~~~~~
  23. Since IconCopy is a shell command it can not be started from
  24. Workbench ;-) (but if you do it anywhy IconCopy will do nothing)
  25. and so only a shell template exists:
  26.   SOURCE/A,DEST/A,CHECK/S
  27.  
  28. SOURCE - the source icon (without ".info")
  29. DEST - the destination (without ".info")
  30.        if there is already an icon, only the image is copied
  31.        otherwise the complete icon is copied
  32. CHECK - checks if the file or drawer with the DEST name exists.
  33.         if not, the icon is not copied
  34.  
  35.  
  36. Future
  37. ~~~~~~
  38. Enough for my needs...but I'm open for suggestions
  39. (however I think there is room for many improvments)
  40.  
  41.  
  42. Notes
  43. ~~~~~
  44. Since probably no normal person will install this command on
  45. his/her system you must include it, if your installation script
  46. use this command.
  47.  
  48.  
  49. Visit my homepage
  50.   http://home.t-online.de/home/sebauer/
  51.   (german version)
  52.  
  53.   http://home.t-online.de/home/sebauer/english.html
  54.   (english version)
  55.  
  56. Here you can find the latest version of my other programs
  57. (SimpleFind,SimplePac) and IconCopy.
  58.          __
  59.         / /
  60.    __  / /   Only Amiga makes it possible...
  61.    \ \/ /
  62.     \__/
  63.